home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / cmomac02.zip / RENREP.BTM < prev    next >
Text File  |  1991-01-12  |  296b  |  16 lines

  1. :RENREP
  2. :
  3. :TOP
  4. if "%1" == "" goto :END
  5. if not exist c:\com\uldl\%1.rep goto :AGAIN
  6. type c:\com\commo\qwknr | input %%qn
  7. echo %@eval[%qn+1] > c:\com\commo\qwknr
  8. ren c:\com\uldl\%1.rep c:\com\uldl\%qn*.rep
  9. move c:\com\uldl\%qn*.rep c:\com\uldl\oldrep
  10. :
  11. :AGAIN
  12. shift
  13. goto :TOP
  14. :
  15. :END
  16.